Vcenter VmTemplate LibraryItems EthernetUpdateSpec
The Vcenter VmTemplate LibraryItems EthernetUpdateSpec schema describes the network that the ethernet adapter of the deployed virtual machine should be connected to.
This schema was added in vSphere API 6.8.
{
"network": "string"
}
Identifier of the network backing the virtual Ethernet adapter.
This property was added in vSphere API 6.8.
This property is currently required.
If missing or null
, the virtual Ethernet adapter will be connected to same network as it was in the source virtual machine template.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network
.